Don't clear FONTCONFIG_LIBS and FONTCONFIG_CFLAGS in configure.
authorRob Browning <rlb@defaultvalue.org>
Thu, 7 Apr 2011 02:44:42 +0000 (21:44 -0500)
committerRob Browning <rlb@defaultvalue.org>
Fri, 8 Apr 2011 02:25:25 +0000 (21:25 -0500)
commitc58e9cd9eb3d4b49b97548cd9986743bcc9a9370
tree39d3df96bc05ad7a5e8df144e4138d1a4b2b59ba
parentfeae0003be258bfed4dee8d6706462a0624068da
Don't clear FONTCONFIG_LIBS and FONTCONFIG_CFLAGS in configure.

The build should no longer fail when linking with --no-add-needed

Previously, configure would clear FONTCONFIG_LIBS and
FONTCONFIG_CFLAGS.  This would break the build when compiling with a
linker that defaults to --no-add-needed.  For example:

  /usr/bin/ld: ftfont.o: undefined reference to symbol 'FcInit'

configure should no longer clear these variables.

Author: Reinhard Tartler <siretart@tauware.de>
Added-by: Rob Browning <rlb@defaultvalue.org>
configure.in